Package it.ministerodellasalute.verificaC19sdk.data.local

Types

AppDatabase
Link copied to clipboard
public abstract class AppDatabase extends RoomDatabase
This class defines the database configuration and serves as the app's main access point to the persisted data.
Blacklist
Link copied to clipboard
public final class Blacklist
BlacklistDao
Link copied to clipboard
public interface BlacklistDao
BooleanPreference
Link copied to clipboard
public final class BooleanPreference implements ReadWriteProperty<Any, Boolean>
IntPreference
Link copied to clipboard
public final class IntPreference implements ReadWriteProperty<Any, Int>
Key
Link copied to clipboard
public final class Key
This class defines a Key data entity.
KeyDao
Link copied to clipboard
public interface KeyDao
This interface provides the methods that the rest of the app uses to interact with data in the Key table.
LongPreference
Link copied to clipboard
public final class LongPreference implements ReadWriteProperty<Any, Long>
MedicinalProduct
Link copied to clipboard
public class MedicinalProduct
Preferences
Link copied to clipboard
public interface Preferences
This interface stores important values as SharedPreferences.
PreferencesImpl
Link copied to clipboard
public final class PreferencesImpl implements Preferences
This class implements the Preferences interface, defining its properties and method: the last downloaded resumeToken, the dateLastFetch executed, the validationRulesJson received, and the clear method.
PrefKeys
Link copied to clipboard
public class PrefKeys
RevokedPass
Link copied to clipboard
public class RevokedPass extends RealmObject
ScanMode
Link copied to clipboard
public class ScanMode
StringPreference
Link copied to clipboard
public final class StringPreference implements ReadWriteProperty<Any, String>
VerificaC19sdkRealmModule
Link copied to clipboard
public final class VerificaC19sdkRealmModule